HOW TO PLAY "LA RODA", in 9 steps

1. Copy the patches into Server/fx/
2. Copy the abstractions from every client's utils/ folder into Server/fx/utils (NOT the helpers!!)
3. Open Server/SVR_helpers/stations_rack.pd, create the stations and save it
4. Open Server/Roda.pd
5. Click the 1_CONN button
6. Click the 2_INIT button
7. Click the 3_START_STOP button
8. Select a sample from the filelist window to start with (if it's closed, you can find it inside Dsp_Engine/sampleloader1)
9. Enjoy!

To create new linked GUI packs, copy the helpers/gui-elements.pd file you'll find inside the Client folder and rename it to gui-[userName].pd. Then, open it with your favorite text editor and replace the word myName with the user's nickname.

The system assumes that the server has the IP 10.100.9.2, listens from the port 1234 and sends data to the broadcast IP 10.100.9.255, port 1236. If you change anything you'l have to look for the appropriate objects and messages in both server and client (helpers/user_feedback.pd) patches.